Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

KeyStoneCommand Constructor(LeadPoint[])








A reference to an array of LeadPoint structures that contain the four points of the polygon used in the transformation process.
Initializes a new KeyStoneCommand class object with explicit parameters.
Syntax
public KeyStoneCommand( 
   LeadPoint[] polygonPoints
)
'Declaration
 
Public Function New( _
   ByVal polygonPoints() As LeadPoint _
)
'Usage
 
Dim polygonPoints() As LeadPoint
 
Dim instance As New KeyStoneCommand(polygonPoints)
public KeyStoneCommand( 
   LeadPoint[] polygonPoints
)
- (instancetype)initWithPolygonPoints:(NSArray<NSValue *> *)polygonPoints /*LeadPoint*/
public KeyStoneCommand(ArrayList<LeadPoint> polygonPoints)
function KeyStoneCommand( 
   polygonPoints 
)
public:
KeyStoneCommand( 
   array<LeadPoint>^ polygonPoints
)

Parameters

polygonPoints
A reference to an array of LeadPoint structures that contain the four points of the polygon used in the transformation process.
Remarks
If the input array of points that represents the polygon has more than 4 points, an Invalid Parameters Exception will be thrown.
Example
Refer to the KeyStoneCommand example.
Requirements

Target Platforms

See Also

Reference

KeyStoneCommand Class
KeyStoneCommand Members
Overload List

Error processing SSI file